projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f26154
)
(DBL_DIG): Remove; the default value is now set in print.c.
author
Paul Eggert
<eggert@twinsun.com>
Thu, 23 Oct 1997 04:29:36 +0000
(
04:29
+0000)
committer
Paul Eggert
<eggert@twinsun.com>
Thu, 23 Oct 1997 04:29:36 +0000
(
04:29
+0000)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index b13f4e26378aa386f8b4202681276bfbe0268d88..4119ea78bf6e20c3e992ace462387aa853b3c16f 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-1130,10
+1130,6
@@
typedef unsigned char UCHAR;
#ifdef LISP_FLOAT_TYPE
-#ifndef DBL_DIG
-#define DBL_DIG 20
-#endif
-
#define XFLOATINT(n) extract_float((n))
#define CHECK_FLOAT(x, i) \